Crate xwt_wtransport
source ·Expand description
The wtransport
-powered implementation of xwt_core
.
Re-exports§
pub use wtransport;
pub use xwt_core as core;
Structs§
- The
wtransport::Connection
newtype. - The
wtransport::datagram::Datagram
newtype. - The
wtransport::Endpoint<Side>
newtype. - The
wtransport::endpoint::IncomingSession
newtype. - The
wtransport::stream::OpeningBiStream
newtype. - The
wtransport::stream::OpeningUniStream
newtype. - The
wtransport::RecvStream
newtype. - The
wtransport::SendStream
newtype. - The
wtransport::endpoint::SessionRequest
newtype.
Type Aliases§
- Expose the
Session
as a type alias forConnection
, aswtransport
does not use the session terminology but it might be convenient for thexwt
users.